<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: 'Poppins', sans-serif;
}

.custom-header {
    background-image: linear-gradient( rgba(48,153,117,1) , rgba(88,179,104,1));
}

.custom-page-title {
    font-family: 'Cinzel', serif;
    font-size: 200%;
    color: #EFEEB4;
}

.search-area {
    border-right: 2px solid #454d66;
    border-bottom: 2px solid #454d66;
}

.custom-input {
    border: 2px solid #454d66;
}

#forecast-section {
    padding: 0;
}

.custom-title {
    background-color: rgba(48,153,117);
    color: #EFEEB4;
}

#card-body{
    background-color: rgba(88,179,104,.6);
}

.custom-card-header {
    background-color: rgba(48,153,117,1);
    color: #EFEEB4;
}

ul {
    list-style-type: none;
}


.hidden {
    display: none !important;
}

.custom-card {
    font-size: 90%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    margin-top: 0;
    background-color: rgba(88,179,104,.6);
}

.custom-title {
    text-align: center;
    border-bottom: 2px solid #EFEEB4;
    padding: 5px;
    width: 100%;
}

button {
  align-items: left;
  background-color: initial;
  background-image: linear-gradient( 109.6deg, rgba(218,216,115) 11.2%, rgba(239,238,180) 91.1% );
  border-radius: 5px;
  border-width: 0;
  box-shadow: rgba(69,77,102,0.24) 0 2px 2px,rgba(48,153,117, 0.4) 0 8px 12px;
  color: rgba(48,153,117);
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: .04em;
  line-height: 16px;
  margin: 10px;
  padding: 12px 12px;
  text-align: center;
  text-decoration: none;
  touch-action: manipulation;
  vertical-align: baseline;
}

button:hover {
  background-image: linear-gradient(rgba(239,238,180) 11.2%, rgba(218,216,115) 91.1%);
}

/* @media (min-width: 768px) {
  .button-72 {
    font-size: 21px;
    padding: 18px 34px;
  } */
</pre></body></html>